Spring Boot Kotlin API
Toggle table of contents
4.0.0-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Spring Boot Kotlin API
Spring Boot Kotlin API
/
org.springframework.boot.docs.actuator.endpoints.implementingcustom
Package-level
declarations
Types
Types
Custom
Data
Link copied to clipboard
class
CustomData
(
val
name
:
String
,
val
counter
:
Int
)
My
Endpoint
Link copied to clipboard
@
Endpoint
(
id
=
"custom"
)
open
class
MyEndpoint
@
Endpoint
(
id
=
"custom"
)
class
MyEndpoint